home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Entwickler / WASTE 1.1b1 Distribution / Read Me < prev    next >
Text File  |  1995-05-31  |  3KB  |  59 lines

  1.  
  2. Quick Intro
  3.  
  4. WASTE is a text editing library for Macintosh programmers.
  5. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  6. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on the other hand, bidirectional scripts, like Arabic, are not supported).
  7. The latest version of WASTE can be downloaded from:
  8.  
  9.     <URL:ftp://ghost.dsi.unimi.it/pub2/papers/piovanel/>
  10.  
  11. This document is provided mainly to give you an opportunity to play with the WASTE Demo application; the real documentation (in Microsoft Word format) is in a separate file.
  12. Send comments and suggestions to the author at the following address:
  13.  
  14. Marco Piovanelli
  15. Mail: 26, via del Sebino — I-25126 Brescia — Italy
  16. E-mail: <URL:mailto:piovanel@dsi.unimi.it>
  17.  
  18. PS: I read my Internet mail only once a week, so don’t expect prompt replies.
  19.  
  20.  
  21. Changes from version 1.0
  22.  
  23. There are many significant changes from version 1.0, including:
  24.  
  25. • Embedded objects.  WASTE 1.1 lets you embed pictures and other objects in the text as if they were ordinary glyphs.
  26. • Built-in support for the Drag Manager.
  27. • Built-in undo.
  28. • Low-level hooks for drawing and measuring text.  Although these hooks are still undocumented, the WASTE Demo application contains sample code showing how these hooks can be used to implement real tabs.
  29.  
  30.  
  31. CWASTE and the CWASTEText Classes
  32.  
  33. Dan Crevier (<URL:mailto:dan@rhino.harvard.edu>) wrote CWASTE, a straight port of WASTE to C and the CWASTEText Classes, a set of wrapper C++ classes for WASTE, to be used in conjunction with the THINK Class Library (version 2.0.3 or newer).  Both items are available from:
  34.  
  35.     <URL:ftp://rhino.harvard.edu/pub/dan/>
  36.  
  37. CWASTE includes some enhancements contributed by other developers not found in the current Pascal version.
  38.  
  39.  
  40. WASTE Mailing List
  41.  
  42. A simple, informal mailing list has been set up to keep in touch developers working with/on WASTE.  To join the list, send a request to:
  43.  
  44.     <URL:mailto:waste-request@umich.edu>
  45.  
  46. To post a message to the list, send it to:
  47.  
  48.     <URL:mailto:waste@umich.edu>
  49.  
  50. Finally, to list the members of the mailing list, finger the above address.
  51.  
  52.  
  53. WASTE Web Page
  54.  
  55. There is also a WWW page dedicated to WASTE, kindly maintained by Alan Steremberg (<URL:mailto:alans@umich.edu>) and Dan Crevier:
  56.  
  57.     <URL:http://cirrus.sprl.umich.edu/waste>
  58.  
  59.